Manual Migration
After updating the system files from Codecanyon, you must run the manual migration command to update the database structure. This process will create new tables, add new columns, and apply necessary database changes required for the updated version of the system.

Run the following command from your project root directory:

php artisan migrate

This step ensures the system works correctly with the latest update.